Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalArray<T> Class / Contains Method
The item.


In This Topic
Contains Method (IntervalArray<T>)
In This Topic
Determines whether the IntervalArray<T> contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As T _
) As Boolean
 
'Usage
 
Dim instance As IntervalArray(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.Contains(item)

Parameters

item
The item.

Return Value

true if item is found in the IntervalArray<T>; otherwise, false.
See Also